Skip to content

feat: ship design canvas runtime and sync surfaces#7

Merged
freshtechbro merged 13 commits into
mainfrom
codex/design-canvas
Mar 13, 2026
Merged

feat: ship design canvas runtime and sync surfaces#7
freshtechbro merged 13 commits into
mainfrom
codex/design-canvas

Conversation

@freshtechbro

Copy link
Copy Markdown
Owner

Summary

  • ship the design canvas runtime across the browser manager, canvas store/export pipeline, CLI surface, relay protocol, and extension canvas shell
  • add canvas code-sync/session-sync primitives, target coordination, preview fit helpers, and the associated runtime contracts
  • align docs, AGENTS, and skill-pack assets with the live canvas surface and add the regression/coverage suite that locks the behavior down

Motivation

  • make the design canvas a governed live-edit surface with preview, export, and code-sync paths that stay in step across the repo

Testing

  • npm run lint
  • npm run typecheck
  • npm run build
  • npm run extension:build
  • ./skills/opendevbrowser-best-practices/scripts/validate-skill-assets.sh
  • npm run test

Notes

  • local managed-canvas test artifacts were cleaned up before PR creation and are not included in this branch

freshtechbro and others added 13 commits March 9, 2026 15:16
- add the second-pass design canvas research document
- add the implementation-ready technical specification
- align the docs around deterministic governance, handshake, and /canvas contracts

Co-authored-by: Codex <noreply@openai.com>
- Defer provider runtime factory loading until workflow execution
- Keep macro resolution on the same lazy runtime path
- Avoid eager provider module startup in tool registry and parity flows

Co-authored-by: Codex <noreply@openai.com>
- Share a lightweight provider runtime mock across tool and parity tests
- Keep synthetic provider performance crawls on the inline path for deterministic timing
- Add narrow branch coverage for bootstrap fallback omission and selector fallback handling

Co-authored-by: Codex <noreply@openai.com>
- add canvas manager, document store, relay protocol, and CLI/tool surfaces
- wire extension canvas transport and remote manager support
- cover canvas runtime, relay, and help surfaces with focused tests

Co-authored-by: Codex <noreply@openai.com>
- remove dead provider fallback branches after reason normalization
- add targeted provider and launch regression coverage for the final gap
- keep the repo gate at 97 percent branch coverage without behavior drift

Co-authored-by: Codex <noreply@openai.com>
- update README, architecture, CLI, and troubleshooting references for canvas
- sync agent guidance and best-practices skill docs with the new relay channel
- refresh surface inventories and status semantics to match implementation

Co-authored-by: Codex <noreply@openai.com>
- add the real canvas editor surface and shared extension session coordination
- switch canvas documents and feedback flows to the typed live-sync runtime
- harden verification with canvas regressions and full green repo gates

Co-authored-by: Codex <noreply@openai.com>
- add a shared palette contract for canvas design surfaces
- switch the extension stage and export renderer to white defaults

Co-authored-by: Codex <noreply@openai.com>
- assert export surfaces emit the shared white-surface tokens
- assert the extension stage uses the same design-surface palette

Co-authored-by: Codex <noreply@openai.com>
- add canvas code-sync managers and TSX import/export helpers
- expand extension, relay, CLI, and tool flows for canvas and annotation parity
- keep preview, session routing, and target forwarding aligned across modes

Co-authored-by: Codex <noreply@openai.com>
- add regression coverage for code sync, runtime preview, and target forwarding
- lock relay, annotation, and extension flows against the new canvas surfaces
- keep CLI and inventory assertions aligned with the public command surface

Co-authored-by: Codex <noreply@openai.com>
- align README, AGENTS, and docs with the current CLI, tool, and canvas surfaces
- refresh opendevbrowser best-practices assets and validation guidance
- remove stale design and cutover plans that no longer reflect the repo baseline

Co-authored-by: Codex <noreply@openai.com>
- delete the obsolete canvas parity audit document from the design-canvas branch
- keep the untracked competitive implementation spec out of scope for this PR

Co-authored-by: Codex <noreply@openai.com>
@freshtechbro freshtechbro merged commit 6a39739 into main Mar 13, 2026
6 checks passed
@freshtechbro freshtechbro deleted the codex/design-canvas branch March 14, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant